This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: fetch always fails in the second time ~Umberto Nongeroson 21.Nov.03 03:14 AM a Web browser Domino Designer 6.0.1All Platforms
Set FieldOut = New LCFieldlist
count =src.Execute(SQLString,FieldOut)
Execute and Select add fields to the fieldlist, so for the second query it contains twice the right number of fields.
Incidentally, you might consider using the Notes Lotus Connector, which would be faster and less code since you could just map your source and destination fieldlists to use the same fields instead of individually copying each one -- you could still manually assign the ones that aren't straight copies.